home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1999 November / SGI IRIX 6.5 Applications 1999 November.iso / dev / insight_dev.idb / usr / share / Insight / samples / IP / sample.unfinished / README.z / README
Encoding:
Text File  |  1998-10-28  |  2.0 KB  |  62 lines

  1. This directory contains all the files necessary to build an
  2. online book and try out a number of different features of
  3. the Insight_Dev bookbuilding tools.  It is designed as a
  4. self-paced tutorial.
  5.  
  6. Here's what to do...
  7.  
  8. - Copy sample.unfinished into an appropriate location where you have
  9.   permission to edit and create files (you may change the name if
  10.   you like).
  11.  
  12. - Fill in the Makefile
  13.  
  14.   The Makefile is the "glue" that holds the online bookbuilding process
  15.   together.  In it, you will list various information about the book in
  16.   order to have it build correctly.  From the directory containing the
  17.   files, type "jot Makefile" and fill in the lines listed below with
  18.   the appropriate text.  Note that the blank text before *.doc (except
  19.   front.doc) should be created with 2 tabs. 
  20.  
  21. TITLE  = sample_book
  22. FULL_TITLE = "Insight_Dev Sample Book" 
  23. VERSION = 1.0
  24. BOOK_FILES = front.doc \
  25.         intro.doc \
  26.         01paratags.doc
  27.         02chartags.doc \
  28.         03tables.doc \
  29.         04launch.doc \
  30.         05lineart.doc \
  31.         06ps.doc \
  32.         07rgb.doc \
  33.         08composite.doc \
  34.         09index.doc \
  35.         10gloss.doc \
  36.         11xref.doc \
  37.         12inventor.doc \
  38.         13movie.doc \
  39.         14conditional.doc \
  40.         glossary.doc
  41. PRINT_BW = figure.rgb figure2.rbg
  42. PostScript = figure.ps
  43. INLINE_MEDIA = Collage_4.mv cone.iv
  44.  
  45. - Type "make print" at the command line.  This will make a print directory
  46.   with versions of your figures that you will import into your document.
  47.  
  48. - Open sample.book
  49.  
  50. - Open the files #<name>.doc one after another, and follow the directions
  51.  
  52. - When you have finished editing all the files, type "make book.full"
  53.   in the shell window.  If the build completes, you should end up with
  54.   a file called sample_book.full, containing an error report for the
  55.   document.  Try and fix the errors.  The file Errors.doc contains those
  56.   errors that have been deliberately embedded in the doc. 
  57.  
  58. - When you have eliminated all the errors, type "make book" and then
  59.   "pub_book" in the shell to build a viewable book.
  60.  
  61. - type "iiv -f -b ." to view your book
  62.